VirtualizationThreshold Property (MenuBase<T>)
In This Topic
Gets or sets the minimum number of rows and/or columns required to enable virtualization in the ComboBox
Syntax
'Declaration
Public Property VirtualizationThreshold As Integer
public int VirtualizationThreshold {get; set;}
See Also